SQL Editors

Show line number
Displays line numbers at the side of the editor for easily reference.

Use code folding
Code folding allows codes to collapse as a block and only the first line displayed in the editor, see Code Folding.

Use brace highlighting
Highlights the pair of braces in the editor when your cursor moves to either one brace for easily reference, see Brace Highlight.

Use syntax highlighting
Syntax highlight helps viewing codes clearly. Codes are highlighted in the editor with different colors and fonts according to the categories they belong to.

Disable if file size larger than MB
The syntax highlighting feature can be limited by setting the maximum file size (e.g. 10) to increase performance.

Code Completion

Use code completion
When you type the . (dot) symbol between the object names, SQL Editor will offer you a popup list that showing some variants for the code completion, see Code Completion.

Delay
You can change the time the popup list takes to appear.

Word Completion

Use word completion
When you type the first character of words, SQL Editor will offer you a popup list that showing some variants for the word completion.

Delay
You can change the time the popup list takes to appear.

Autosave modified documents
Saves automatically after modifications in SQL Editor by defining the interval (e.g. Every 30 seconds).